home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
CMCD0305.ISO
/
Software
/
Shareware
/
Multimedia
/
pixplay
/
pixplay.exe
/
{app}
/
PixPlay.exe
/
0
/
RCDATA
/
TFRMOPTIONS
/
TFRMOPTIONS.txt
Wrap
Text File
|
2004-12-09
|
4KB
|
180 lines
object frmOptions: TfrmOptions
Left = 316
Top = 187
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Advanced CD-ROM Options'
ClientHeight = 246
ClientWidth = 293
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
ShowHint = True
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 185
Height = 229
Shape = bsFrame
end
object lblCache: TLabel
Left = 104
Top = 111
Width = 65
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '0'
Transparent = True
end
object Label4: TLabel
Left = 20
Top = 111
Width = 65
Height = 13
AutoSize = False
Caption = 'Cache Size :'
Transparent = True
end
object lblWriteMethod: TLabel
Left = 20
Top = 20
Width = 86
Height = 13
Caption = 'CD Write Method:'
end
object bTAO: TRadioButton
Left = 28
Top = 82
Width = 149
Height = 21
Hint =
'Specifies the method that DVD PixPlay uses to write to the CD. ' +
'Do not change this value unless you are having problems writing ' +
'disks'
Caption = 'Track At Once'
TabOrder = 2
end
object bSAO: TRadioButton
Left = 28
Top = 60
Width = 149
Height = 21
Hint =
'Specifies the method that DVD PixPlay uses to write to the CD. ' +
'Do not change this value unless you are having problems writing ' +
'disks'
Caption = 'Session At Once'
TabOrder = 1
end
object bDAO: TRadioButton
Left = 28
Top = 38
Width = 149
Height = 21
Hint =
'Specifies the method that DVD PixPlay uses to write to the CD. ' +
'Do not change this value unless you are having problems writing ' +
'disks'
Caption = 'Disc At Once'
TabOrder = 0
end
object cCloseDisc: TCheckBox
Left = 24
Top = 213
Width = 145
Height = 17
Hint =
'Finalizes the disk, preventing any further data from being writt' +
'en to it'
Caption = 'Close Disc'
Checked = True
State = cbChecked
TabOrder = 6
end
object cUnderrunProtection: TCheckBox
Left = 24
Top = 191
Width = 145
Height = 18
Hint =
'Enables Underrun Protection (if supported by the CD Writer) - en' +
'ables Burn-Proof mode for buffer under-run protected recording.'
Caption = 'Underrun Protection'
Checked = True
State = cbChecked
TabOrder = 5
end
object cOPC: TCheckBox
Left = 24
Top = 168
Width = 145
Height = 18
Hint =
'Performing OPC is a special technique used in newer CD-Recorders' +
' for monitoring and maintaining the quality of the disc writing ' +
'and ensuring the accuracy of all the mark and lands lengths acro' +
'ss the disc. The term Performing OPC actually describes a genera' +
'l process which is also known by several trade names including "' +
'Dynamic Power Control (DPC)" and "Direct Read During Write (DRDW' +
')". There may be differences in execution which gives some of th' +
'ese implementations competitive advantages over others.'
Caption = 'Perform OPC'
TabOrder = 4
end
object sCacheSize: TTrackBar
Left = 21
Top = 127
Width = 156
Height = 29
Hint =
'This setting provides a level of Under-Run Protection using soft' +
'ware buffers. The data, to be burnt, is kept in the system RAM, ' +
'before it is burnt to the disc. It should be more than 2 MB'
Max = 64
Min = 2
Orientation = trHorizontal
Frequency = 4
Position = 2
SelEnd = 0
SelStart = 0
TabOrder = 3
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = sCacheSizeChange
end
object btnOK: TsitBitBtn
Left = 200
Top = 179
Width = 81
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 7
OnClick = btnOKClick
Images = frmMain.ImageList1
ImageIndex = 0
end
object btnCancel: TsitBitBtn
Left = 200
Top = 211
Width = 81
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 8
OnClick = btnCancelClick
Images = frmMain.ImageList1
ImageIndex = 1
end
end